home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / flags.make < prev    next >
Text File  |  1994-08-01  |  571b  |  23 lines

  1. # This file is produced by ScianPreInstall.c, which is run when you
  2. # do a make INSTALL.  Do not change this file!
  3.  
  4. # This file contains C and FORTRAN compilation flag definitions for 
  5. # Silicon Graphics 4D workstations
  6.  
  7. # Name of C compiler
  8. CC =            cc
  9.  
  10. # Standard flags when compiling C
  11. CFLAGS =                -g -prototypes
  12. #CFLAGS =        -O2 -fullwarn -woff 269 -woff 2 -prototypes
  13. #CFLAGS =        -O2 -prototypes
  14.  
  15. # Name of FORTRAN compiler
  16. F77 =            f77
  17.  
  18. # Name of FORTRAN compiler
  19. FFLAGS =                -g
  20.  
  21. # Standard link flags specifying search path, if needed
  22. LFLAGS =     
  23.